home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / exec / internal / i386-emul / forbid.s < prev    next >
Encoding:
Text File  |  1996-07-16  |  169 b   |  13 lines

  1.     TDNestCnt   =    303
  2.  
  3.     .text
  4.     .align    16
  5.     .globl    Exec_Forbid
  6.     .type    Exec_Forbid,@function
  7. Exec_Forbid:
  8.     pushl %eax
  9.     movl 8(%esp),%eax
  10.     incb TDNestCnt(%eax)
  11.     popl %eax
  12.     ret
  13.